home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AOCE Sample Code / PowerTalk Access Modules / Sample SMSAM / SampleSMSAM Source / StatusMonitor / SecondStomach.MAMake < prev    next >
Encoding:
Text File  |  1995-07-28  |  1.0 KB  |  43 lines  |  [TEXT/MPS ]

  1. ##
  2. #    SecondStomach.MAMake
  3. #    
  4. #    Copyright ©1991 Apple Computer, Inc.
  5. #    All rights reserved
  6. #
  7. #    Change History:
  8. #    
  9. ##
  10.  
  11. AppName = SecondStomach
  12.  
  13. OtherRsrcFiles =  ∂
  14.     "{SrcApp}SecondStomach.resources"
  15.     
  16. OtherInterfaces =  ∂
  17.     "{SrcApp}UViewStatusInfo.h" ∂
  18.     "{SrcApp}UDocumentSecondStomach.h" ∂
  19.     "{SrcApp}UApplicationSecondStomach.h" ∂
  20.     "{SrcApp}UGlobalsSecondStomach.h"
  21.  
  22. OtherLinkFiles = ∂
  23.     "{ObjApp}UViewStatusInfo.cp.o" ∂
  24.     "{ObjApp}UDocumentSecondStomach.cp.o" ∂
  25.     "{ObjApp}UApplicationSecondStomach.cp.o"
  26.  
  27. "{ObjApp}UApplicationSecondStomach.cp.o"    ƒ ∂
  28.                             "{SrcApp}UApplicationSecondStomach.h" ∂
  29.                             "{SrcApp}UDocumentSecondStomach.h" ∂
  30.                             {MacAppIntf} ∂
  31.                             {BuildingBlocksIntf}
  32.  
  33. "{ObjApp}UDocumentSecondStomach.cp.o"    ƒ ∂
  34.                             "{SrcApp}UDocumentSecondStomach.h" ∂
  35.                             "{SrcApp}UViewStatusInfo.h" ∂
  36.                             {MacAppIntf} ∂
  37.                             {BuildingBlocksIntf}
  38.  
  39. "{ObjApp}UViewStatusInfo.cp.o"    ƒ ∂
  40.                             "{SrcApp}UViewStatusInfo.h" ∂
  41.                             "{SrcApp}UDocumentSecondStomach.h" ∂
  42.                             {MacAppIntf} ∂
  43.                             {BuildingBlocksIntf}